home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / NetWarmer / source / WindowAids.h < prev    next >
Encoding:
Text File  |  1988-12-31  |  854 b   |  32 lines  |  [TEXT/KAHL]

  1. /* WindowAids.h */
  2.  
  3. /*----------*/
  4. ListHandle NewV1List    (Rect        bounds,
  5.                           WindowPtr    parentWindow);
  6. void TextIDBox        (short        textID,
  7.                      Rect        bounds);
  8. void PlotIconID        (short        iconID,
  9.                      Rect        bounds);
  10. void DrawPictureID    (short        pictID,
  11.                      Rect        bounds);
  12. void DrawGrayLine    (Rect        bounds);
  13. void UpdatePopup    (Rect        bounds,
  14.                      short        menuID,
  15.                      short        choice);
  16. void TrackPopup        (Rect        bounds,
  17.                      short        menuID,
  18.                      short        *choice);
  19. Boolean TrackButton    (ControlHandle    button,
  20.                      Point            mousePos);
  21. void TrackCheck        (ControlHandle    checkBox,
  22.                      Point            mousePos,
  23.                      Boolean        *checked);
  24. void TrackRadio        (ControlHandle    radio,
  25.                      Point            mousePos,
  26.                      short            *choice);
  27. void TrackPalette    (ControlHandle    palette,
  28.                      Point            mousePos,
  29.                      short            *choice);
  30. void HiliteScroll    (ControlHandle    scroll,
  31.                      Boolean        active);
  32.